Crate jsonrpc_utils

source ·
Expand description

Alternative pub/sub, server, client and macros for jsonrpc-core.

Re-exports

Modules

  • Axum JSONRPC handlers.
  • pub_subserver
    Pub/Sub support.
  • streamserver
    JSONRPC server on any streams, e.g. TCP, unix socket.

Structs

Attribute Macros

  • rpcmacros
    Using a rust trait to define RPC methods.
  • Implement RPC client methods automatically.